home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950929-19951130 / 000243_news@columbia.edu_Mon Oct 30 14:43:14 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA09951
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Mon, 30 Oct 1995 09:45:57 -0500
  3. Received: by apakabar.cc.columbia.edu id AA01126
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Mon, 30 Oct 1995 09:43:55 -0500
  5. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  6. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: Maximum transfer speed
  9. Date: 30 Oct 1995 14:43:14 GMT
  10. Organization: Columbia University
  11. Lines: 44
  12. Message-Id: <472oa2$12n@apakabar.cc.columbia.edu>
  13. References: <Pine.HPP.3.91.951029001618.14977A-100000@bluejay.creighton.edu>
  14. Nntp-Posting-Host: watsun.cc.columbia.edu
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. In article <Pine.HPP.3.91.951029001618.14977A-100000@bluejay.creighton.edu>,
  18. Psychos 'R Us  <honge@creighton.edu> wrote:
  19. >This may have asked numerous times but I need the info pretty bad.
  20. >
  21. >I'm trying to download Big Files from a HP server. The Y-modem-G was not 
  22. >robust enough, and Z-modem has some problem working out. Basically the 
  23. >I'm logging into the HP server as a dumb terminal. Both the HP-UX kermit 
  24. >and the OS/2 kermit (on my end) are 5A(191). But for some reason, I 
  25. >cannot break through the 1041cps barrier. Using the Y-modem-G, the 
  26. >maximum transfer is at 1681cps. The modems (a Hayes Accura 14.4 and a 
  27. >Cardinal 14.4) operate at 14.4bps. On the average, I get one transfer 
  28. >error every 10 minutes (that's mathmatical average -- the real stuff is 
  29. >quite random but the phone noise is there).
  30. >
  31. >On the HP-UX end, the only thing I do is "kermit -i -x." On the OS/2 end, 
  32. >I have set packet size to 2048, window slots to 24, and everything else 
  33. >is as-is. 
  34. >
  35. >Is there any other things I can/should do? I tried to use MS-Kermit 
  36. >(MS-DOS version). On that one, I couldn't even raise the packet length 
  37. >beyond 371! Oh well...
  38. >
  39. There is no such limit in MS-DOS Kermit -- probably this was an artifact
  40. of C-Kermit's buffer size divided by its window size.  Just increase the
  41. buffer size appropriately before selecting the window and packet sizes.
  42. You can read all about this in the documentation.
  43.  
  44. In general, any speed that can be achieved with Zmodem can also be
  45. achieved with Kermit on the same connection.  Zmodem defaults are tuned
  46. for maximum speed; Kermit's are tuned for robustness.  If Zmodem fails,
  47. you can change its defaults to add robustness features -- escaping,
  48. windowing, etc -- and if Kermit is too slow you can crank up its packet
  49. length and window size, and you can tell it not to escape any set of
  50. control characters.  ZIP-file transfer speeds well in excess of 1600 bps
  51. are routinely achieved on the exact type of connection you have, using
  52. C-Kermit 5A(191) on OS/2 and C-Kermit 5A(190) on HP-UX -- if you have an
  53. older version on HP-UX then you should install the current one.
  54.  
  55. Lots more info on this subject in our FAQ:
  56.  
  57.   ftp://kermit.columbia.edu/kermit/faq.txt
  58.   http://www.columbia.edu/kermit/faq.html
  59.  
  60. - Frank